google.golang.org/grpc/internal/channelz.Identifier.typ (field)

5 uses

	google.golang.org/grpc/internal/channelz (current package)
		id.go#L26: 	typ RefChannelType
		id.go#L34: 	return id.typ
		id.go#L60: 	return id.typ == other.typ && id.id == other.id && id.pid == other.pid
		id.go#L74: 	return &Identifier{typ: typ, id: id, str: str, pid: pid}